[Previous] [Next] [Index] [Thread]

Re: Unix links subverting Web security



>What can you glean from a passwd file?
>
>Surely no one has cracked crypt()...

You forgot the smiley, right?  You can't be seriously wondering if
having the password file isn't a risk for the system?

Basically, crypt() is pretty much open to all-out attack because the
password is only 8 characters long.  Crypt is safe, but the way it is
implemented on unix passwords is so weak as to make dictionary attacks
easy.  

Run crypt on all usernames, dictionary entries, etc.  You end up with
a reverse index thats a few meg in size, but which will instantly give
you the password given a crypt'ed phrase.

There are many variations on this - the 8 character limit on passwords
is a big hole.

Christian 'webhead'


Follow-Ups: References: